home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib8 / v_10_06 / 1006084c < prev    next >
Encoding:
Text File  |  1995-11-01  |  64 b   |  8 lines

  1. #include <stdio.h>
  2.  
  3. int    hello(char *s)
  4. {
  5. printf("\n%s\n",s);
  6.  
  7. }
  8.